diff options
Diffstat (limited to 'lib/debug.moon')
| -rw-r--r-- | lib/debug.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.moon b/lib/debug.moon index e098800..1ce56cc 100644 --- a/lib/debug.moon +++ b/lib/debug.moon @@ -1,4 +1,4 @@ -import Op, ValueInput, EventInput, match from require 'core' +import Op, ValueInput, EventInput, match from require 'core.base' class out extends Op @doc: "(out [name-str?] value) - log value to the console" |
