new xdc fixing mentioned problems

This commit is contained in:
Sebastian Klähn
2022-05-14 12:04:08 +02:00
committed by Septias
parent 0e0decfd8a
commit 4dd6bf591f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -343,6 +343,8 @@ impl Context {
self.sql.set_raw_config(key, value).await?;
self.debug_logging.store(0, atomic::Ordering::Relaxed);
} else {
// the unbundled version lives at https://github.com/webxdc/webxdc_logging
let data: &[u8] = include_bytes!("../assets/webxdc_logging.xdc");
let file = BlobObject::create(self, "webxdc_debug_logging.xdc", data).await?;