'function print(text) { return console.log(text); }',Snapshot contents outputToFile: 'n8.snapshot.js' |
The implementation is published in the folder of U8 Frameworks for Facebook See FBBot.st file |
WorkspaceList := #( #( 'Save snapshot' ' ''function print(text) { return console.log(text); }'',Snapshot contents outputToFile: ''n8.snapshot.js'' ' ) #( 'FileOut all' 'FBBot fileOut ,AleTestDrive fileOut ' ) #('Start the server' 'AleTestDrive start') ) |