mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 01:04:45 +02:00
Typo
There was a typo in the console error. reqired to required
This commit is contained in:
parent
dd9730b5f8
commit
ca47c68fa3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user