This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Welcome to Nodejitsu sonicsynapse | |
info: jitsu v0.11.3, node v0.8.2 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command logs app | |
info: Attempting to load logs for /Users/paulbruno/Code/Sonic Synapse/Platform/package.json | |
error: Error running command logs app | |
error: Nodejitsu Error (404): Item not found | |
error: Could not find path: /logs/sonicsynapse/sonic-synapse-platform | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function _this (/* your param list here */) { | |
/// INIT CODE HERE /// | |
if (/* your condition here */) { | |
_this(/* your passed params here */); | |
} | |
})(/* initial passed params here */); |