Simplify flow api implementation and add logging messages

This commit is contained in:
Nick O'Leary
2015-12-10 17:02:09 +00:00
parent ca62e720b5
commit da0ce9fe0d
2 changed files with 57 additions and 127 deletions

View File

@@ -89,6 +89,9 @@
"stopped-modified-flows": "Stopped modified flows",
"stopped-flows": "Stopped flows",
"stopped": "Stopped",
"added-flow": "Adding flow: __label__",
"updated-flow": "Updated flow: __label__",
"removed-flow": "Removed flow: __label__",
"missing-types": "Waiting for missing types to be registered:",
"missing-type-provided": " - __type__ (provided by npm module __module__)",
"missing-type-install-1": "To install any of these missing modules, run:",