fixed micro runner (#58)

it was crashing
This commit is contained in:
jo! 2022-03-04 04:35:48 +00:00 committed by GitHub
parent 21d2787024
commit 2353f5c30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,7 @@ add this to your [micro](https://micro-editor.github.io/) `~/.config/micro/init.
```lua
local config = import("micro/config")
local shell = import("micro/shell")
function init()
config.TryBindKey("Alt-b", "lua:initlua.play", true)