Skip to content

Commit

Permalink
fixup! sea: warn if code cache is rejected
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Jun 2, 2023
1 parent 1610dd6 commit 1ad0ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/errors/force_colors.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ throw new Error('Should include grayed stack trace')

Error: Should include grayed stack trace
at Object.<anonymous> (/test*force_colors.js:1:7)
 at Module._compile (node:internal*modules*cjs*loader:1261:14)
 at Module._extensions..js (node:internal*modules*cjs*loader:1315:10)
 at Module._compile (node:internal*modules*cjs*loader:1262:14)
 at Module._extensions..js (node:internal*modules*cjs*loader:1316:10)
 at Module.load (node:internal*modules*cjs*loader:1114:32)
 at Module._load (node:internal*modules*cjs*loader:961:12)
 at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:83:12)
Expand Down
1 change: 1 addition & 0 deletions test/parallel/test-bootstrap-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const expectedModules = new Set([
'Internal Binding messaging',
'NativeModule internal/worker/js_transferable',
'Internal Binding process_methods',
'Internal Binding sea',
'NativeModule internal/process/per_thread',
'Internal Binding credentials',
'NativeModule internal/process/promises',
Expand Down

0 comments on commit 1ad0ce7

Please sign in to comment.