mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-22 13:19:06 +00:00
Add link to documentation
This commit is contained in:
parent
8fe69c59dc
commit
eeb8fa752d
@ -42,7 +42,7 @@ class Console {
|
||||
if(typeof pluginResult !== 'object'){
|
||||
if (pluginResult !== false && pluginResult !== 'false' && pluginResult !== undefined) {
|
||||
this.logger.warn("[DEPRECATED] In future versions of embark, we expect the console command to return an object " +
|
||||
"having 2 functions: match and process.");
|
||||
"having 2 functions: match and process. The documentation with example can be found here: https://embark.status.im/docs/plugin_reference.html#embark-registerConsoleCommand-callback-options");
|
||||
return callback(null, pluginResult);
|
||||
}
|
||||
} else if (pluginResult.match()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user