Skip to content

Instantly share code, notes, and snippets.

@zubairov
Forked from drobiazko/flow.json
Created August 28, 2012 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zubairov/3499358 to your computer and use it in GitHub Desktop.
Save zubairov/3499358 to your computer and use it in GitHub Desktop.
Code to Log
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 109,
"left": 247,
"compID": "code",
"code": "next(null, { message : \"Hello world!\" });",
"id": "step_132"
},
{
"title": "Log",
"icon": "images/icons/log_64.png",
"top": 110,
"left": 514,
"compID": "log",
"level": "debug",
"id": "step_134"
}
],
"connections": [
{
"from": "step_132",
"to": "step_134"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment