mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 07:48:02 +08:00
Fix web lint errors and enable web linting in CI (#72)
This commit is contained in:
@@ -24,8 +24,7 @@ export function handleResponse(responseType: ResponseType, responseData: string)
|
||||
|
||||
if (callback) {
|
||||
callback(responseData);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
console.error(`Received a Response of type "${responseType}" but no handler was registered for it from the client.`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user