Skip to content

Commit 05b8527

Browse files
committed
Small fix after updating all listing numbers.
1 parent cd8e42d commit 05b8527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listing-8.9.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function openDatabase () {
3131
//
3232
function runSlave (skip, limit, slaveIndex) {
3333
return new Promise((resolve, reject) => {
34-
const args = [ "listing-8.js", "--skip", skip, "--limit", limit ];
34+
const args = [ "listing-8.8.js", "--skip", skip, "--limit", limit ];
3535

3636
const childProcess = spawn("node", args);
3737
childProcess.stdout.on("data", data => {

0 commit comments

Comments
 (0)