fix: renderToNodeStream() now emit 'error' event instead of throw

This commit is contained in:
harttle
2021-10-03 22:32:00 +08:00
parent 3b5eb6664f
commit afeef1d745
5 changed files with 33 additions and 45 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
VERSION_LATEST=$(cat package.json | grep '"version":' | awk -F'"' '{print $4}')
FILE_LOCAL=dist/liquid.node.cjs.js