Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Feb 13, 2020
1 parent 59e8612 commit 8aa9fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Master extends EventEmitter {

/* istanbul ignore next */
if (this.options.serialization && !semver.gte(process.version, '12.16.0')) {
const err = new Error(`[master] agent_worker options.serialization requires Node.js >= v12.16.0`);
const err = new Error('[master] agent_worker options.serialization requires Node.js >= v12.16.0');
this.logger.error(err);
}

Expand Down

0 comments on commit 8aa9fc2

Please sign in to comment.