From 05df5081dff5d242873ad430c1132fb588c715ea Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 11 Apr 2020 09:47:24 +0200 Subject: remove source files in log (traceback format isn't portable) --- docs/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/guide.md b/docs/guide.md index 4f3b75b..f9fb3f5 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -67,7 +67,7 @@ To run the copilot, open a shell and navigate into the repository. You can now run the `hello.alv` example script using the following command: $ moon init.moon hello.alv - [copilot.moon:76 ] hello.alv changed at 1585138092 + hello.alv changed at 1585138092 hello world! hello @@ -87,7 +87,7 @@ it onto the `copilot.bat` file in the folder, or by running the following command from the main directory in `cmd.exe`: C:\…\alive>copilot.bat hello.alv - [copilot.moon:76 ] hello.alv changed at 1585138092 + hello.alv changed at 1585138092 hello world! hello -- cgit v1.2.3