Re: [Spice-devel] [PATCH] Fixed syntax error in debugger command.

2016-09-08 Thread Pavel Grunt
On Thu, 2016-09-08 at 14:51 +0200, Oliver Gutierrez wrote: > Debugger is not an object or command. It is a reserved word and > DEBUG > 0 && syntax does not work with it > --- >  spiceconn.js | 6 -- >  1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/spiceconn.js b/spiceconn.js

[Spice-devel] [PATCH] Fixed syntax error in debugger command.

2016-09-08 Thread Oliver Gutierrez
Debugger is not an object or command. It is a reserved word and DEBUG > 0 && syntax does not work with it --- spiceconn.js | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spiceconn.js b/spiceconn.js index 010a446..796f954 100644 --- a/spiceconn.js +++ b/spiceconn.js @@ -