Esempio n. 1
0
			(_: SQLTransaction, error: SQLError): boolean => {
				// Something went wrong. Call the callback passing the error message
				const message = `Sync.removeAll: ${error.message}`;

				callback(message);

				return false;
			}));
Esempio n. 2
0
			(): void => callback(),