Kei Son
Kei Son
```diff --- up.original.sh 2021-04-28 15:40:30.000000000 +0900 +++ up.sh 2021-04-28 15:40:56.000000000 +0900 @@ -58,6 +58,7 @@ found=1 case "$platform" in darwin/amd64) found=0 ;; + darwin/arm64) found=0 ;; darwin/386) found=0 ;; linux/amd64)...
+1 @visionmedia Could you make the preinstall script as an optional?
한글 자모 ㄱ ㄴ ㄷ ㄹ ㅁ ㅂ ㅅ ...
I don't understand why this happens, but here is an ad-hoc for this. ```js var errorPromise = function () { var promise = new Promise((resolve, reject) => { reject('str'); });...