Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Sep 1, 2024
1 parent bc6b564 commit f9757d8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001898
MANIFEST-001910
14 changes: 7 additions & 7 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2024/08/30-18:57:28.847 69b8 Recovering log #1896
2024/08/30-18:57:28.851 69b8 Delete type=0 #1896
2024/08/30-18:57:28.851 69b8 Delete type=3 #1894
2024/08/31-12:23:10.663 13a0 Level-0 table #1901: started
2024/08/31-12:23:10.663 13a0 Level-0 table #1901: 0 bytes OK
2024/08/31-12:23:10.665 13a0 Delete type=0 #1899
2024/08/31-12:23:10.665 13a0 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
2024/09/01-17:59:16.845 5ea4 Recovering log #1909
2024/09/01-17:59:16.848 5ea4 Delete type=0 #1909
2024/09/01-17:59:16.848 5ea4 Delete type=3 #1908
2024/09/01-17:59:24.109 9128 Level-0 table #1913: started
2024/09/01-17:59:24.109 9128 Level-0 table #1913: 0 bytes OK
2024/09/01-17:59:24.110 9128 Delete type=0 #1911
2024/09/01-17:59:24.113 9128 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
10 changes: 3 additions & 7 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
2024/08/30-17:20:18.812 86d0 Recovering log #1893
2024/08/30-17:20:18.815 86d0 Delete type=0 #1893
2024/08/30-17:20:18.815 86d0 Delete type=3 #1892
2024/08/30-17:20:27.103 13a0 Level-0 table #1897: started
2024/08/30-17:20:27.104 13a0 Level-0 table #1897: 0 bytes OK
2024/08/30-17:20:27.105 13a0 Delete type=0 #1895
2024/08/30-17:20:27.106 13a0 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
2024/09/01-17:55:16.955 4100 Recovering log #1907
2024/09/01-17:55:16.960 4100 Delete type=0 #1907
2024/09/01-17:55:16.960 4100 Delete type=3 #1906
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function registerWrappers() {
const {top, bottom} = getWallBounds(wall);
const object = this.config?.source?.object ?? this.origin?.object ?? this.object;
if (!object) {
console.warn(`Wall Height: Ignoring Wall Height for this test\n\nNo source found in ${this.constructor.name}#config, the system or module performing the check has not provided an object to test against. Please make sure to include a source in the configuration object of your PointVisionSource`);
//console.warn(`Wall Height: Ignoring Wall Height for this test\n\nNo source found in ${this.constructor.name}#config, the system or module performing the check has not provided an object to test against. Please make sure to include a source in the configuration object of your PointVisionSource`);
return result;
}
const b = object?.b ?? object?.elevation ?? -Infinity;
Expand Down

0 comments on commit f9757d8

Please sign in to comment.