Skip to content
Snippets Groups Projects
Commit ae516c09 authored by echicken's avatar echicken
Browse files

bbs.nodesync, not bbs.node_sync

parent 863d76bf
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ function await_page_response(settings, frame) {
if (frame.cycle()) {
console.gotoxy(console.screen_columns, console.screen_rows);
}
bbs.node_sync();
bbs.nodesync();
yield();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment