1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-17 05:38:07 +00:00

api change for modems

This commit is contained in:
kepler155c@gmail.com
2019-04-18 11:13:28 -04:00
parent e6d1e58ce2
commit 54660c6089
3 changed files with 3 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ function kernel.newRoutine(args)
timestamp = os.clock(),
terminal = kernel.window,
window = kernel.window,
title = 'untitled',
}, { __index = Routine })
Util.merge(routine, args)