1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Merge pull request #1371 from SpiderDead/patch-1

Typo in console.error
This commit is contained in:
Dane Everitt 2018-11-10 12:16:08 -08:00 committed by GitHub
commit 0231db3285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ var Server = (function () {
}
if (typeof io !== 'function') {
console.error('Socket.io is reqired to use this panel.');
console.error('Socket.io is required to use this panel.');
return;
}