From 1d512315bc14a639155d0197b06d5ac966ba3770 Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Tue, 24 May 2016 09:55:19 +0100 Subject: [PATCH] fix warning message --- lib/fork.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fork.js b/lib/fork.js index a13dcf1..091671d 100644 --- a/lib/fork.js +++ b/lib/fork.js @@ -11,7 +11,7 @@ var doSend = require('./send'); if (fs.realpathSync(__filename) !== __filename) { console.warn( 'WARNING: `npm link ava` and the `--preserve-symlink` flag are incompatible. ' + - 'We have detected that AVA is linked via `npm link`, and that your are using either using ether ' + + 'We have detected that AVA is linked via `npm link`, and that you are using either ' + 'an early version of Node 6, or the `--preserve-symlink` flag. This breaks AVA. ' + 'You should upgrade to Node 6.2.0+, avoid the `--preserve-symlink` flag, or avoid using `npm link ava`.' );