Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump [email protected] #13

Merged
merged 3 commits into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/spdlog
Submodule spdlog updated 111 files
5 changes: 0 additions & 5 deletions src/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
// Prevent child processes from inheriting the file handles
#define SPDLOG_PREVENT_CHILD_FD

#if defined(_WIN32)
// Use wide character file names in windows
#define SPDLOG_WCHAR_FILENAMES
#endif

#include <spdlog/spdlog.h>

NAN_METHOD(setLevel);
Expand Down
2 changes: 1 addition & 1 deletion test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ suite('API', function () {
});

test('Version', function () {
assert.strictEqual(spdlog.version, 10805);
assert.strictEqual(spdlog.version, 10900);
});

test('Logger is present', function () {
Expand Down