summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hansen2017-03-25 10:52:35 -0700
committerMichael Hansen2017-03-25 10:52:35 -0700
commitaef5f051739e26bfe2b54b2c61916db557d45b9d (patch)
tree958e2aa131bf1a2d9dd7f9dcb1635cce40841da1 /PKGBUILD
parent30109536a4874939d447ba4cdd58644771722060 (diff)
downloadaur-aef5f051739e26bfe2b54b2c61916db557d45b9d.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae1022980ca4..6c37a9418540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,7 +67,7 @@ build() {
# The default memory limit may be too low for current versions of node
# to successfully build vscode. Uncomment this to set it to 2GB, or
# change it if this number still doesn't work for your system.
- #mem_limit="--max_ols_space_size=2048"
+ #mem_limit="--max_old_space_size=2048"
node $mem_limit /usr/bin/gulp vscode-linux-${_vscode_arch}
}