This commit is contained in:
Rob Lourens 2015-12-20 20:23:13 -08:00
Родитель cccbf77a2e
Коммит f46c566cc4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -223,7 +223,7 @@ suite('WebKitDebugAdapter', () => {
assert(args.indexOf('def') >= 0);
spawnCalled = true;
return { on: () => { } };
return { on: () => { }, unref: () => { } };
}
// actual path.resolve returns system-dependent slashes