ssb: Add a publish command that can be used to publish messages from the command-line.

This commit is contained in:
2024-10-23 15:38:07 -04:00
parent 2f193e64c8
commit de20274589
3 changed files with 121 additions and 5 deletions

View File

@ -44,7 +44,6 @@ void tf_taskstub_startup()
JS_NewClassID(&_classId);
size_t size = sizeof(_executable);
uv_exepath(_executable, &size);
tf_printf("exepath is %s\n", _executable);
initialized = true;
}
}