mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Test failed because "debug" => "Debug"
This commit is contained in:
@@ -32,7 +32,7 @@ describe('nodemon fork child restart', function () {
|
||||
|
||||
var p = run('--debug ' + appcoffee, {
|
||||
error: function (data) {
|
||||
if (data.indexOf('debugger listening') === -1) {
|
||||
if (data.indexOf('ebugger listening') === -1) {
|
||||
p.send('quit');
|
||||
cleanup(p, done, new Error(data));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user