Skip to content

Commit 9ea5e6b

Browse files
committed
try to fix tests
1 parent c581e2f commit 9ea5e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ it('handleUncaughtExceptions is true with existing listener', function(done) {
616616
];
617617

618618
fs.writeFileSync('.original.js', 'this is the original code');
619-
fs.writeFileSync('.generated.js.map', createSingleLineSourceMap());
619+
fs.writeFileSync('.generated.js.map', `${ createSingleLineSourceMap() }`);
620620
fs.writeFileSync('.generated.js', source.join('\n'));
621621

622622
child_process.exec('node ./.generated', function(error, stdout, stderr) {

0 commit comments

Comments
 (0)