Missing semicolon

This commit is contained in:
Gaël Métais
2015-02-06 15:57:13 +01:00
parent dd1fd34865
commit c1b5a8625a
+1 -1
View File
@@ -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;
}