From c1b5a8625a3bd520ccb506bd133d3341c63d8d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 6 Feb 2015 15:57:13 +0100 Subject: [PATCH] Missing semicolon --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 71c7174..a9e3c5d 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -41,7 +41,7 @@ if (screenshot) { // It is not an absolute path, so it is relative to the current command-line directory screenshot = path.join(process.cwd(), screenshot); } - options.screenshot = cli.flags.screenshot + options.screenshot = cli.flags.screenshot; }