We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ba848 commit 1321d7bCopy full SHA for 1321d7b
psCommandService.js
@@ -234,8 +234,7 @@ PSCommandService.prototype._executeCommands = function(commands) {
234
logBuffer += commands[i] + "\n";
235
}
236
237
- console.log('#########################\nExecuting:\n'+logBuffer+'\n#########################');
238
-
+ self._log('Executing:\n'+logBuffer+'\n');
239
240
return new Promise(function(fulfill,reject) {
241
self._statefulProcessCommandProxy.executeCommands(commands)
0 commit comments