Commit 6879b1dc authored by lianahus's avatar lianahus

exclude builtin version from check

parent 9978e1c9
......@@ -487,7 +487,7 @@ class CompilerContainer {
this._view.versionSelector.appendChild(option)
}
})
if (semver.lt(this._retrieveVersion(), 'v0.4.12+commit.194ff033.js')) {
if (this.data.selectedVersion !== 'builtin' && semver.lt(this._retrieveVersion(), 'v0.4.12+commit.194ff033.js')) {
toaster(yo`
<div>
<b>Old compiler usage detected.</b>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment