Skip to content

Commit ccf9018

Browse files
Update steamIntegration.ts
1 parent bdaad31 commit ccf9018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/webgal/src/Core/integration/steamIntegration.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export class SteamIntegration {
2929

3030
try {
3131
const result = await Promise.resolve(bridge.initialize(appId));
32+
if (result) {
33+
logger.info(`Steam integration initialized with AppID ${appId}`);
34+
}
3235
this.initialized = result;
3336
return result;
3437
} catch (error) {

0 commit comments

Comments
 (0)