rescript-logger
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "rescript-logger", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Logging implementation for ReScript", | ||
@@ -5,0 +5,0 @@ "author": "Alex Fedoseev <alex.fedoseev@gmail.com>", |
@@ -14,2 +14,6 @@ #!/usr/bin/env node | ||
if (arch === "arm64") { | ||
arch = "x64"; | ||
} | ||
if (platform === "win32") { | ||
@@ -16,0 +20,0 @@ platform = "win"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37500786
55