importScripts consistency

This commit is contained in:
filifa 2025-12-11 23:49:35 -05:00
parent ab0e51ed03
commit 23848c3d0a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
importScripts("./lexer.js", "parser.js", "./math.js")
importScripts("./lexer.js", "./parser.js", "./math.js")
addEventListener("message", (message) => {
if (message.data.command === "evaluate") {