Comparing version 1.0.3 to 1.0.4
@@ -9,3 +9,3 @@ 'use strict'; | ||
function take(engine, snapFile, url, size, output, callback) { | ||
exec(engine + ' ' + snapFile + ' ' + url + ' ' + size + ' ' + output, callback); | ||
exec(engine + ' "' + snapFile + '" ' + url + ' ' + size + ' "' + output + '"', callback); | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "wraith", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A responsive screenshot comparison tool. Based on the Ruby version available at http://github.comm/BBC-News/wraith", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
18679
11