1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-03 17:13:10 +00:00

Add better debug info to amalgamated source.

This commit is contained in:
Calvin Rose
2020-02-27 00:16:54 -06:00
parent 8cb63cebbe
commit 10ec319c32
3 changed files with 5 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ int main(int argc, const char **argv) {
fclose(boot_file);
status = janet_dobytes(env, boot_buffer, (int32_t) boot_size, boot_filename, NULL);
free(boot_buffer);
/* Deinitialize vm */
janet_deinit();