Skip to content

Commit 5d9d6fc

Browse files
author
笑斌
committed
test: replace with template literals
1 parent 19e3bb1 commit 5d9d6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-debugger-debug-brk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ common.skipIfInspectorDisabled();
44
const assert = require('assert');
55
const spawn = require('child_process').spawn;
66

7-
const script = common.fixturesDir + '/empty.js';
7+
const script = `${common.fixturesDir}/empty.js`;
88

99
function test(arg) {
1010
const child = spawn(process.execPath, ['--inspect', arg, script]);

0 commit comments

Comments
 (0)