fix space in gruntfile.js

pull/105/head
sachaaaaa 6 years ago
parent dd5c11768a
commit c0a5f085ea

@ -454,7 +454,7 @@ module.exports = grunt => {
) )
.then(title => { .then(title => {
// TODO: restore once fixed on win // TODO: restore once fixed on win
if (this.target !== 'win ') { if (this.target !== 'win') {
// Verify the window's title // Verify the window's title
assert.equal(title, packageJson.productName); assert.equal(title, packageJson.productName);
console.log('title ok'); console.log('title ok');

Loading…
Cancel
Save